home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Shareware / Multimedia / vidtool / videotoolbox.exe / {app} / VideoToolBox.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  2004-02-04  |  3KB  |  160 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 259
  3.   Top = 238
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About '
  7.   ClientHeight = 299
  8.   ClientWidth = 389
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 388
  24.     Height = 96
  25.     AutoSize = True
  26.     Picture.Data = {<image001.TJvGIFImage>}
  27.   end
  28.   object all_grp: TGroupBox
  29.     Left = 1
  30.     Top = 97
  31.     Width = 384
  32.     Height = 201
  33.     TabOrder = 0
  34.     object Application_grp: TGroupBox
  35.       Left = 5
  36.       Top = 12
  37.       Width = 249
  38.       Height = 73
  39.       Caption = 'Application'
  40.       TabOrder = 0
  41.       object appname_lbl: TLabel
  42.         Left = 8
  43.         Top = 16
  44.         Width = 87
  45.         Height = 13
  46.         Caption = 'Application name :'
  47.       end
  48.       object version_lbl: TLabel
  49.         Left = 8
  50.         Top = 32
  51.         Width = 41
  52.         Height = 13
  53.         Caption = 'Version :'
  54.       end
  55.       object auth_lbl: TLabel
  56.         Left = 8
  57.         Top = 48
  58.         Width = 48
  59.         Height = 13
  60.         Caption = 'Author(s) :'
  61.       end
  62.     end
  63.     object registration_grp: TGroupBox
  64.       Left = 6
  65.       Top = 87
  66.       Width = 249
  67.       Height = 105
  68.       Caption = 'Registration'
  69.       TabOrder = 1
  70.       object Reqreg_lbl: TLabel
  71.         Left = 8
  72.         Top = 16
  73.         Width = 102
  74.         Height = 13
  75.         Caption = 'Requires registration :'
  76.       end
  77.       object reg_lbl: TLabel
  78.         Left = 8
  79.         Top = 32
  80.         Width = 69
  81.         Height = 13
  82.         Caption = 'Registered to :'
  83.       end
  84.       object lic_btn: TButton
  85.         Left = 8
  86.         Top = 47
  87.         Width = 233
  88.         Height = 24
  89.         Caption = 'Enter Licence Data'
  90.         TabOrder = 0
  91.         OnClick = lic_btnClick
  92.       end
  93.       object reg_btn: TButton
  94.         Left = 8
  95.         Top = 76
  96.         Width = 233
  97.         Height = 24
  98.         Caption = 'Register / Donate [learn more]'
  99.         TabOrder = 1
  100.         OnClick = reg_btnClick
  101.       end
  102.     end
  103.     object kc_grp: TGroupBox
  104.       Left = 260
  105.       Top = 12
  106.       Width = 113
  107.       Height = 137
  108.       Caption = 'The Katarn Corp.'
  109.       TabOrder = 2
  110.       object email_btn: TButton
  111.         Left = 8
  112.         Top = 16
  113.         Width = 97
  114.         Height = 33
  115.         Caption = 'Email'
  116.         TabOrder = 0
  117.         OnClick = email_btnClick
  118.       end
  119.       object web_btn: TButton
  120.         Left = 8
  121.         Top = 56
  122.         Width = 97
  123.         Height = 33
  124.         Caption = 'Web Site'
  125.         TabOrder = 1
  126.         OnClick = web_btnClick
  127.       end
  128.       object forum_btn: TButton
  129.         Left = 8
  130.         Top = 96
  131.         Width = 97
  132.         Height = 33
  133.         Caption = 'Forums'
  134.         TabOrder = 2
  135.         OnClick = forum_btnClick
  136.       end
  137.     end
  138.     object ok_btn: TButton
  139.       Left = 274
  140.       Top = 155
  141.       Width = 81
  142.       Height = 33
  143.       Caption = 'Ok'
  144.       ModalResult = 1
  145.       TabOrder = 3
  146.     end
  147.   end
  148.   object TS_about: TTextStorage
  149.     Items.Strings = (
  150.       'About'
  151.       'Application Name :'
  152.       'Version :'
  153.       'Author(s) :'
  154.       'Requires Registration :'
  155.       'Yes'
  156.       'No'
  157.       'Registered to :')
  158.   end
  159. end
  160.